Mapping Procedures


\begin{inset}{}
Returns a list of the results of applying {\it proc\/} to succes...
...E) '(F)) &$\Longrightarrow$\ & ((A C F))
\end{tabular} \end{codexenv}\end{inset}


\begin{inset}{}
{\tt MAPCDR} is similar to {\tt MAP}, except that {\it proc\/} is applied to
successive {\it tails\/} of the {\it lists\/}.
\end{inset}


\begin{inset}{}
For each pair in {\it list\/}, applies {\it proc\/} to the car o...
... &$\Longrightarrow$\ & ((A CAT) (A DOG))
\end{tabular} \end{codexenv}\end{inset}


\begin{inset}{}
This is similar to {\tt MAP} but the result is
a value of no pa...
...ALK} is useful only for the side-effects that {\it proc\/} performs.
\end{inset}


\begin{inset}{}
This is similar to {\tt MAPCDR} but the result is a value of no particular
interest.
\end{inset}